home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 04 geoProgramming / COPEIN.SDA / ROUTINES (.txt) < prev    next >
Encoding:
GEOS ConVerT  |  2019-04-13  |  4.1 KB  |  189 lines

  1. Routines
  2. SEQ formatted GEOS file V1.0
  3. Epson FX-80
  4. Routines
  5. LASTER'S 
  6. ONVERTER 
  7. COPE Source V1.1
  8. geoCOPE V1.00
  9. COPE Editor V1.1
  10. Untitled
  11. Routines
  12. @?@y@
  13. ; NOTE:
  14. ;  The more labels you have the slower the Assembler
  15. ;  will run.  Place a semi-colon in front of the routines
  16. ;  you will not be using.
  17. ;MISC
  18.  BootGEOS     =  $C000
  19.  ResetHandle   =  $C003
  20.  InterruptMain  =  $C100
  21. ; PROCESSES
  22.  InitProcesses   =  $C103
  23.  RestartProcess =  $C106
  24.  EnableProcess  =  $C109
  25.  BlockProcess   =  $C10C
  26.  UnblockProcess =  $C10F
  27.  FreezeProcess  =  $C112
  28.  UnfreezeProcess = $C115
  29. ; GRAPHICS
  30.  HorizontalLine   =  $C118
  31.  InvertLine       =  $C11B
  32.  RecoverLine    = $C11E
  33.  VerticalLine     = $C121
  34.  Rectangle      = $C124
  35.  FrameRectangle = $C127
  36.  InvertRectangle = $C12A
  37.  RecoverRectangle = $C12D
  38.  DrawLine  = $C130
  39.  DrawPoint = $C133
  40.  GraphicsString = $C136
  41.  SetPattern =$C139
  42.  GetScanLine = $C13C
  43.  TestPoint = $C13F
  44. ; BACKGROUND GENERATION
  45.  BitmapUp = $C142
  46. ;  CHARACTER MANIPULATION
  47.  PutChar = $C145
  48.  PutString = $C148
  49.  UseSystemFont = $C14B
  50. ; MOUSE & MENUS
  51.  StartMouseMode = $C14E
  52.  DoMenu = $C151
  53.  RecoverMenu = $C154
  54.  RecoverAllMenus = $C157
  55.  DoIcons = $C15A
  56. ; UTILITIES
  57.  DShiftLeft = $C15D
  58.  BBMult = $C160
  59.  BMult = $C163
  60.  DMult = $C166
  61.  Ddiv = $C169
  62.  DSdiv = $C16C
  63.  Dabs = $C16F
  64.  Dnegate = $C172
  65.  Ddec = $C175
  66.  ClearRam = $C178
  67.  FillRam = $C17B
  68.  MoveData = $C17E
  69.  InitRam = $C181
  70.  PutDecimal = $C184
  71.  GetRandom = $C187
  72. ; MISC MOUSE, MENU, GRAPHICS, SLEEP
  73.  MouseUp = $C18A
  74.  MouseOff = $C18D
  75.  DoPreviousMenu = $C190
  76.  ReDoMenu = $C193
  77.  GetSerialNumber = $C196
  78.  Sleep = $C199
  79.  ClearMouseMode = $C19C
  80.  i_Rectangle = $C19F
  81.  i_FrameRectangle = $C1A2
  82.  i_RecoverRectangle = $C1A5
  83.  i_GraphicsString = $C1A8
  84. ;  BACKGROUND GENERATION
  85.  i_BitmapUp = $C1AB
  86. ; CHARACTER MANIPULATIION
  87.  i_PutString = $C1AE
  88.  GetRealSize = $C1B1
  89. ;      MOUSE & MENUS
  90. ;      UTILITIES
  91.  i_FillRam = $C1B4
  92.  i_MoveData = $C1B7
  93. ; ROUTINES ADDED LATER
  94.  GetString = $C1BA
  95.  GotoFirstMenu = $C1BD
  96.  InitTextPrompt = $C1C0
  97.  MainLoop = $C1C3
  98.  DrawSprite = $C1C6
  99.  GetCharWidth = $C1C9
  100.  LoadCharSet = $C1CC
  101.  PosSprite = $C1CF
  102.  EnablSprite = $C1D2
  103.  DisablSprite = $C1D5
  104.  CallRoutine = $C1D8
  105.  CalcBlksFree = $C1DB
  106.  ChkDkGEOS = $C1DE
  107.  NewDisk = $C1E1
  108.  GetBlock = $C1E4
  109.  PutBlock = $C1E7
  110.  SetGEOSDisk = $C1EA
  111.  SaveFile = $C1ED
  112.  SetGDirEntry = $C1F0
  113.  BldGDirEntry = $C1F3
  114.  GetFreeDirBlk = $C1F6
  115.  WriteFile = $C1F9
  116.  BlkAlloc = $C1FC
  117.  ReadFile = $C1FF
  118.  SmallPutChar = $C202
  119.  FollowChain = $C205
  120.  GetFile = $C208
  121.  FindFile = $C20B
  122.  CRC = $C20E
  123.  LdFile = $C211
  124.  EnterTurbo = $C214
  125.  LdDeskAcc = $C217
  126.  ReadBlock = $C21A
  127.  LdApplic = $C21D
  128.  WriteBlock = $C220
  129.  VerWriteBlock = $C223
  130.  FreeFile = $C226
  131.  GetFHdrInfo = $C229
  132.  EnterDeskTop = $C22C
  133.  StartAppl = $C22F
  134.  ExitTurbo = $C232
  135.  PurgeTurbo = $C235
  136.  DeleteFile = $C238
  137.  FindFTypes = $C23B
  138.  RstrAppl = $C23E
  139.  ToBasic = $C241
  140.  FastDelFile = C244
  141.  GetDirHead = $C247
  142.  PutDirhead = $C24A
  143.  NxtBlkAlloc = $C24D
  144.  ImprintRectangle = $C250
  145.  i_ImprintRectangle = $C253
  146.  DoDlgBox = $C256
  147.  RenameFile = $C259
  148.  InitForIO = $C25C
  149.  DoneWithIO = $C25F
  150.  DShiftRight = $C262
  151.  CopyString = $C265
  152.  CopyFString = $C268
  153.  CmpString = $C26B
  154.  CmpFString = $C26E
  155.  FirstInit = $C271
  156.  OpenRecordFile = $C274
  157.  CloseRecordFile = $C277
  158.  NextRecord = $C27A
  159.  PreviousRecord = $C27D
  160.  PointRecord = $C280
  161.  DeleteRecord = $C283
  162.  InsertRecord = $C286
  163.  AppendRecord = $C289
  164.  ReadRecord = $C28C
  165.  WriteRecord = $C28F
  166.  SetNextFree = $C292
  167.  UpdateRecordFile = $C295
  168.  GetPtrCurDkNm = $C298
  169.  PromptOn = $C29B
  170.  PromptOff = $C29E
  171.  OpenDisk = $C2A1
  172.  DoInlineReturn = $C2A4
  173.  GetNextChar = $C2A7
  174.  BitmapClip = $C2AA
  175.  FindBAMBit = $C2AD
  176.  SetDevice = $C2B0
  177.  IsMseInRegion = $C2B3
  178.  ReadByte = $C2B6
  179.  FreeBlock = $C2B9
  180.  ChangeDiskDevice = $C2BC
  181.  RstrFrmDialog = $C2BF
  182.  Panic = $C2C2
  183.  BitOtherClip = $C2C5
  184.  StashRAM = $C2C8
  185.  FetchRAM = $C2CB
  186.  SwapRAM = $C2CE
  187.  VerifyRAM = $C2D1
  188.  DoRAMOp = $C2D4
  189.